(C) 1996 AROS - The Amiga Replacement OS


NAME
LONG SPTst()
SYNOPSIS
LONG fnum

LOCATION
In MathBase at offset 8
FUNCTION
Compare a ffp-number against zero.

INPUTS
fnum
ffp number
RESULT
+1 : fnum > 0.0 0 : fnum = 0.0 -1 : fnum < 0.0

Flags: zero : result is zero negative : result is negative overflow : 0

NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
ALGORITHM: Sign is negative: return -1 fnum == 0 : return 0 Otherwise : return 1

HISTORY
25.06.1997 bergers
*** empty log message ***
30.05.1997 aros
*** empty log message ***